home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_66176.txt < prev    next >
Text File  |  1987-11-25  |  1KB  |  65 lines

  1. -- card: 66176 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=394 top=274 right=297 bottom=415
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   setCrossReference
  23.   go to card id 110950
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part contents for background part 1
  29. ----- text -----
  30.  
  31. pass <message>    -- pass the original message on to the
  32.         next object in the inheritance path.   This is useful
  33.         for catching special cases, while letting HyperCard 
  34.         handle the general case of a message.
  35.  
  36. send <message> to <object>   --send the message to
  37.         another object and return to current script after
  38.         that message is handled.  Send <message> to
  39.         me or just Send <message> sends to current object. function <name> a,b
  40.    return (a + b)/2
  41. end average    --See Functions you define.*
  42.  
  43. -- part contents for background part 44
  44. ----- text -----
  45.  
  46. pass
  47.  
  48.  
  49.  
  50.  
  51. send
  52.  
  53.  
  54.  
  55. function...
  56. return...
  57. end...
  58.  
  59. -- part contents for background part 2
  60. ----- text -----
  61. Other control structures (cont.)
  62.  
  63. -- part contents for background part 43
  64. ----- text -----
  65. 267,189